home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TWRITESPANFORM / TWRITESPANFORM.txt
Text File  |  2004-04-06  |  3KB  |  151 lines

  1. inherited WriteSpanForm: TWriteSpanForm
  2.   Left = 213
  3.   Top = 194
  4.   Caption = 'Write Multi-Volume ZIP'
  5.   ClientHeight = 320
  6.   OnCloseQuery = FormCloseQuery
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Label1: TLabel
  10.     Top = 46
  11.     Height = 16
  12.     Caption = '&Single archive to span:'
  13.   end
  14.   inherited Label2: TLabel
  15.     Top = 86
  16.     Height = 16
  17.     Caption = 'Directory and s&panned archive name:'
  18.   end
  19.   inherited Label3: TLabel
  20.     Width = 274
  21.     Height = 37
  22.     Caption = 
  23.       'Converts a single archive to an archive spanned across multiple ' +
  24.       'disks.'
  25.   end
  26.   inherited Button1: TSpeedButton
  27.     Top = 64
  28.   end
  29.   inherited Button2: TSpeedButton
  30.     Top = 104
  31.     Width = 24
  32.   end
  33.   object GroupBox1: TGroupBox [5]
  34.     Left = 9
  35.     Top = 136
  36.     Width = 272
  37.     Height = 87
  38.     Caption = ' Si&ze '
  39.     TabOrder = 3
  40.     object Label4: TLabel
  41.       Left = 7
  42.       Top = 16
  43.       Width = 258
  44.       Height = 25
  45.       AutoSize = False
  46.       Caption = 'Please select or enter the volume size (in kB):'
  47.       WordWrap = True
  48.     end
  49.     object SpanningMode: TComboBox
  50.       Left = 7
  51.       Top = 34
  52.       Width = 258
  53.       Height = 21
  54.       ItemHeight = 13
  55.       TabOrder = 0
  56.       OnChange = SpanningModeChange
  57.       Items.Strings = (
  58.         'Automatic'
  59.         '1.2 MB'
  60.         '1.4 MB'
  61.         '2.8 MB'
  62.         'Zip 100 Disk (100 MB)'
  63.         'Zip 200 Disk (200 MB)'
  64.         'CD-ROM (650 MB)'
  65.         'CD-ROM (700 MB)')
  66.     end
  67.     object CheckBox1: TCheckBox
  68.       Left = 8
  69.       Top = 62
  70.       Width = 257
  71.       Height = 17
  72.       Caption = '&Format target disk before spanning'
  73.       TabOrder = 1
  74.     end
  75.   end
  76.   object ProgressBar1: TProgressBar [6]
  77.     Left = 10
  78.     Top = 299
  79.     Width = 347
  80.     Height = 16
  81.     Min = 0
  82.     Max = 100
  83.     TabOrder = 8
  84.   end
  85.   inherited OKButt: TButton
  86.     TabOrder = 5
  87.   end
  88.   inherited CancelButt: TButton
  89.     TabOrder = 6
  90.   end
  91.   inherited HelpButt: TButton
  92.     TabOrder = 2
  93.   end
  94.   object CorelButton1: TButton [10]
  95.     Left = 288
  96.     Top = 72
  97.     Width = 75
  98.     Height = 25
  99.     Caption = '&Help'
  100.     TabOrder = 7
  101.     OnClick = CorelButton1Click
  102.   end
  103.   inherited FromArc: TEdit
  104.     Top = 64
  105.     Width = 233
  106.   end
  107.   inherited ToArc: TEdit
  108.     Top = 104
  109.     Width = 233
  110.   end
  111.   object ElGroupBox1: TGroupBox [13]
  112.     Left = 8
  113.     Top = 232
  114.     Width = 273
  115.     Height = 54
  116.     Caption = ' &Mode '
  117.     TabOrder = 4
  118.     object ComboBox4: TComboBox
  119.       Left = 11
  120.       Top = 20
  121.       Width = 238
  122.       Height = 21
  123.       Style = csDropDownList
  124.       ItemHeight = 13
  125.       TabOrder = 0
  126.       Items.Strings = (
  127.         'PkZip 4.5 Compatible'
  128.         'PkZip/PA 7.0 Compatible'
  129.         'PowerArchiver (older versions) Compatible')
  130.     end
  131.   end
  132.   inherited ZipMaster1: TZipMaster
  133.     OnProgress = ZipMaster1Progress
  134.     Left = 272
  135.     Top = 96
  136.   end
  137.   inherited OpenDialog: TAgOpenDialog
  138.     Left = 279
  139.     Top = 127
  140.   end
  141.   object FormStorage1: TFormStorage [16]
  142.     UseRegistry = True
  143.     StoredValues = <>
  144.     Left = 312
  145.     Top = 96
  146.   end
  147.   inherited DropFileTarget1: TDropFileTarget
  148.     OnDrop = nil
  149.   end
  150. end
  151.